﻿2026-06-16T05:03:56.3172162Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-16T05:03:56.3172509Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-16T05:03:56.3172748Z [36;1m$PIN = "0c95435"[0m
2026-06-16T05:03:56.3172986Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-16T05:03:56.3173347Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-16T05:03:56.3173713Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-16T05:03:56.3174092Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-16T05:03:56.3174407Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-16T05:03:56.3174697Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-16T05:03:56.3174951Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-16T05:03:56.3175320Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-16T05:03:56.3175632Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-16T05:03:56.3175903Z [36;1m}[0m
2026-06-16T05:03:56.3176077Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-16T05:03:56.3176516Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-16T05:03:56.3254775Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-16T05:03:56.3255045Z ##[endgroup]
2026-06-16T05:03:57.3355792Z    Compiling proc-macro2 v1.0.106
2026-06-16T05:03:57.3356100Z    Compiling quote v1.0.45
2026-06-16T05:03:57.3356608Z    Compiling unicode-ident v1.0.24
2026-06-16T05:03:57.3356832Z    Compiling cfg-if v1.0.4
2026-06-16T05:03:57.3357033Z    Compiling serde_core v1.0.228
2026-06-16T05:03:57.3357374Z    Compiling serde v1.0.228
2026-06-16T05:03:57.3358313Z    Compiling windows-link v0.2.1
2026-06-16T05:03:57.3358737Z    Compiling portable-atomic v1.13.1
2026-06-16T05:03:57.3359648Z    Compiling getrandom v0.3.4
2026-06-16T05:03:57.3360798Z    Compiling typenum v1.20.1
2026-06-16T05:03:57.3361364Z    Compiling pin-project-lite v0.2.17
2026-06-16T05:03:57.3362864Z    Compiling version_check v0.9.5
2026-06-16T05:03:57.3363404Z    Compiling find-msvc-tools v0.1.9
2026-06-16T05:03:57.3371974Z    Compiling memchr v2.8.1
2026-06-16T05:03:57.3372254Z    Compiling shlex v2.0.1
2026-06-16T05:03:57.3372590Z    Compiling critical-section v1.2.0
2026-06-16T05:03:57.4209390Z    Compiling windows-sys v0.61.2
2026-06-16T05:03:57.4333338Z    Compiling subtle v2.6.1
2026-06-16T05:03:57.4720239Z    Compiling smallvec v1.15.1
2026-06-16T05:03:57.4720693Z    Compiling equivalent v1.0.2
2026-06-16T05:03:57.4721001Z    Compiling futures-core v0.3.32
2026-06-16T05:03:57.5966118Z    Compiling itoa v1.0.18
2026-06-16T05:03:57.6124669Z    Compiling bytes v1.11.1
2026-06-16T05:03:57.6311569Z    Compiling semver v1.0.28
2026-06-16T05:03:57.6712925Z    Compiling stable_deref_trait v1.2.1
2026-06-16T05:03:57.7330364Z    Compiling log v0.4.32
2026-06-16T05:03:57.7540355Z    Compiling slab v0.4.12
2026-06-16T05:03:57.7901847Z    Compiling futures-io v0.3.32
2026-06-16T05:03:57.7902431Z    Compiling generic-array v0.14.7
2026-06-16T05:03:57.9282232Z    Compiling rustc_version v0.4.1
2026-06-16T05:03:57.9538290Z    Compiling futures-sink v0.3.32
2026-06-16T05:03:57.9782928Z    Compiling hashbrown v0.17.1
2026-06-16T05:03:57.9786369Z    Compiling rustversion v1.0.22
2026-06-16T05:03:57.9915925Z    Compiling futures-task v0.3.32
2026-06-16T05:03:58.0222446Z    Compiling getrandom v0.2.17
2026-06-16T05:03:58.2221982Z    Compiling futures-channel v0.3.32
2026-06-16T05:03:58.3393724Z    Compiling cpufeatures v0.2.17
2026-06-16T05:03:58.3430390Z    Compiling fnv v1.0.7
2026-06-16T05:03:58.3678119Z    Compiling libc v0.2.186
2026-06-16T05:03:58.3746814Z    Compiling strsim v0.11.1
2026-06-16T05:03:58.3941708Z    Compiling cfg_aliases v0.2.1
2026-06-16T05:03:58.6543582Z    Compiling rand_core v0.10.1
2026-06-16T05:03:58.7264187Z    Compiling jobserver v0.1.34
2026-06-16T05:03:58.7964923Z    Compiling litemap v0.8.2
2026-06-16T05:03:58.8081009Z    Compiling autocfg v1.5.1
2026-06-16T05:03:58.8171545Z    Compiling writeable v0.6.3
2026-06-16T05:03:58.8311360Z    Compiling icu_properties_data v2.2.0
2026-06-16T05:03:58.8312041Z    Compiling utf8_iter v1.0.4
2026-06-16T05:03:58.9119453Z    Compiling cc v1.2.63
2026-06-16T05:03:58.9821558Z    Compiling ident_case v1.0.1
2026-06-16T05:03:58.9865923Z    Compiling icu_normalizer_data v2.2.0
2026-06-16T05:03:59.0154478Z    Compiling getrandom v0.4.2
2026-06-16T05:03:59.0582219Z    Compiling fs_extra v1.3.0
2026-06-16T05:03:59.1178772Z    Compiling dunce v1.0.5
2026-06-16T05:03:59.2834124Z    Compiling indexmap v2.14.0
2026-06-16T05:03:59.2967857Z    Compiling syn v2.0.117
2026-06-16T05:03:59.3240590Z    Compiling percent-encoding v2.3.2
2026-06-16T05:03:59.3679209Z    Compiling http v1.4.1
2026-06-16T05:03:59.3680676Z    Compiling aws-lc-rs v1.17.0
2026-06-16T05:03:59.4289304Z    Compiling crypto-common v0.1.7
2026-06-16T05:03:59.4922366Z    Compiling cpufeatures v0.3.0
2026-06-16T05:03:59.5174160Z    Compiling unicode-segmentation v1.13.3
2026-06-16T05:03:59.5575099Z    Compiling thiserror v2.0.18
2026-06-16T05:03:59.5604784Z    Compiling scopeguard v1.2.0
2026-06-16T05:03:59.5924900Z    Compiling chacha20 v0.10.0
2026-06-16T05:03:59.6050054Z    Compiling form_urlencoded v1.2.2
2026-06-16T05:03:59.6683911Z    Compiling lock_api v0.4.14
2026-06-16T05:03:59.7341474Z    Compiling block-buffer v0.10.4
2026-06-16T05:03:59.8064284Z    Compiling cmake v0.1.58
2026-06-16T05:03:59.8148482Z    Compiling untrusted v0.9.0
2026-06-16T05:03:59.8874354Z    Compiling winapi v0.3.9
2026-06-16T05:03:59.9080566Z    Compiling bitflags v2.12.1
2026-06-16T05:03:59.9728207Z    Compiling rand v0.10.1
2026-06-16T05:03:59.9932353Z    Compiling num-traits v0.2.19
2026-06-16T05:04:00.0034291Z    Compiling windows-result v0.4.1
2026-06-16T05:04:00.1608023Z    Compiling digest v0.10.7
2026-06-16T05:04:00.1651149Z    Compiling windows-strings v0.5.1
2026-06-16T05:04:00.4488577Z    Compiling heck v0.5.0
2026-06-16T05:04:00.5587729Z    Compiling rustls v0.23.40
2026-06-16T05:04:00.6244793Z    Compiling convert_case v0.10.0
2026-06-16T05:04:00.6350048Z    Compiling atomic-waker v1.1.2
2026-06-16T05:04:00.6447070Z    Compiling const-oid v0.10.2
2026-06-16T05:04:00.7217278Z    Compiling unicode-xid v0.2.6
2026-06-16T05:04:00.7342972Z    Compiling anyhow v1.0.102
2026-06-16T05:04:00.7484401Z    Compiling aws-lc-sys v0.41.0
2026-06-16T05:04:00.7696278Z    Compiling ring v0.17.14
2026-06-16T05:04:00.7835776Z    Compiling httparse v1.10.1
2026-06-16T05:04:00.8163859Z    Compiling zerocopy v0.8.50
2026-06-16T05:04:00.9095326Z    Compiling parking_lot_core v0.9.12
2026-06-16T05:04:00.9466830Z    Compiling http-body v1.0.1
2026-06-16T05:04:01.0670609Z    Compiling curve25519-dalek v4.1.3
2026-06-16T05:04:01.0883041Z    Compiling hybrid-array v0.4.12
2026-06-16T05:04:01.1208237Z    Compiling ahash v0.8.12
2026-06-16T05:04:01.1299956Z    Compiling either v1.16.0
2026-06-16T05:04:01.2490680Z    Compiling fastrand v2.4.1
2026-06-16T05:04:01.3733343Z    Compiling powerfmt v0.2.0
2026-06-16T05:04:01.3967266Z    Compiling base64ct v1.8.3
2026-06-16T05:04:01.4987653Z    Compiling rand_core v0.6.4
2026-06-16T05:04:01.5728311Z    Compiling deranged v0.5.8
2026-06-16T05:04:01.5943141Z    Compiling time-core v0.1.8
2026-06-16T05:04:01.6217587Z    Compiling tower-service v0.3.3
2026-06-16T05:04:01.7287973Z    Compiling pem-rfc7468 v1.0.0
2026-06-16T05:04:01.7333994Z    Compiling vcpkg v0.2.15
2026-06-16T05:04:01.7588300Z    Compiling try-lock v0.2.5
2026-06-16T05:04:01.8528349Z    Compiling zmij v1.0.21
2026-06-16T05:04:01.9146259Z    Compiling data-encoding v2.11.0
2026-06-16T05:04:01.9225388Z    Compiling tinyvec_macros v0.1.1
2026-06-16T05:04:01.9253188Z    Compiling base64 v0.22.1
2026-06-16T05:04:01.9391298Z    Compiling pkg-config v0.3.33
2026-06-16T05:04:01.9529464Z    Compiling num-conv v0.2.2
2026-06-16T05:04:02.1451715Z    Compiling parking_lot v0.12.5
2026-06-16T05:04:02.2442548Z    Compiling want v0.3.1
2026-06-16T05:04:02.2595631Z    Compiling tinyvec v1.11.0
2026-06-16T05:04:02.3483971Z    Compiling crypto-common v0.2.2
2026-06-16T05:04:02.5062139Z    Compiling block-buffer v0.12.0
2026-06-16T05:04:02.6038805Z    Compiling sha2 v0.10.9
2026-06-16T05:04:02.6311756Z    Compiling vergen-lib v9.1.0
2026-06-16T05:04:02.6367941Z    Compiling inout v0.1.4
2026-06-16T05:04:02.7495047Z    Compiling n0-future v0.3.2
2026-06-16T05:04:02.7567766Z    Compiling signature v2.2.0
2026-06-16T05:04:02.8043516Z    Compiling spin v0.10.0
2026-06-16T05:04:02.8106877Z    Compiling httpdate v1.0.3
2026-06-16T05:04:02.8208423Z    Compiling crossbeam-utils v0.8.21
2026-06-16T05:04:02.9337121Z    Compiling libsqlite3-sys v0.30.1
2026-06-16T05:04:02.9406101Z    Compiling diatomic-waker v0.2.3
2026-06-16T05:04:02.9486568Z    Compiling parking v2.2.1
2026-06-16T05:04:02.9515000Z    Compiling cordyceps v0.3.4
2026-06-16T05:04:03.0924788Z    Compiling synstructure v0.13.2
2026-06-16T05:04:03.1002993Z    Compiling darling_core v0.20.11
2026-06-16T05:04:03.1216331Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-16T05:04:03.1562479Z    Compiling serde_json v1.0.150
2026-06-16T05:04:03.1628677Z    Compiling winnow v1.0.3
2026-06-16T05:04:03.3737125Z    Compiling futures-buffered v0.2.13
2026-06-16T05:04:03.3913368Z    Compiling digest v0.11.3
2026-06-16T05:04:03.5060716Z    Compiling futures-lite v2.6.1
2026-06-16T05:04:03.5978853Z    Compiling ed25519 v2.2.3
2026-06-16T05:04:03.6041566Z    Compiling cipher v0.4.4
2026-06-16T05:04:03.7255010Z    Compiling vergen v9.1.0
2026-06-16T05:04:03.7671907Z    Compiling vergen-lib v0.1.6
2026-06-16T05:04:03.8899178Z    Compiling universal-hash v0.5.1
2026-06-16T05:04:03.9205363Z    Compiling noq-udp v0.10.0
2026-06-16T05:04:03.9814708Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-16T05:04:04.0063275Z    Compiling heapless v0.7.17
2026-06-16T05:04:04.0242331Z    Compiling sync_wrapper v1.0.2
2026-06-16T05:04:04.0344206Z    Compiling opaque-debug v0.3.1
2026-06-16T05:04:04.0464752Z    Compiling byteorder v1.5.0
2026-06-16T05:04:04.0759946Z    Compiling allocator-api2 v0.2.21
2026-06-16T05:04:04.1344612Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-16T05:04:04.1645354Z    Compiling polyval v0.6.2
2026-06-16T05:04:04.2570374Z    Compiling hash32 v0.2.1
2026-06-16T05:04:04.4388166Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-16T05:04:04.6023475Z    Compiling vergen-gitcl v1.0.8
2026-06-16T05:04:04.6024037Z    Compiling spin v0.9.8
2026-06-16T05:04:04.6073954Z    Compiling windows-threading v0.2.1
2026-06-16T05:04:04.9395413Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-16T05:04:04.9786018Z    Compiling socket2 v0.6.4
2026-06-16T05:04:05.0312514Z    Compiling mio v1.2.1
2026-06-16T05:04:05.1551643Z    Compiling tower-layer v0.3.3
2026-06-16T05:04:05.2430948Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-16T05:04:05.3097684Z    Compiling fallible-iterator v0.3.0
2026-06-16T05:04:05.3893129Z    Compiling signature v3.0.0
2026-06-16T05:04:05.4233432Z    Compiling ryu v1.0.23
2026-06-16T05:04:05.4452488Z    Compiling serde_derive v1.0.228
2026-06-16T05:04:05.5777218Z    Compiling zeroize_derive v1.4.3
2026-06-16T05:04:05.6332115Z    Compiling zerofrom-derive v0.1.7
2026-06-16T05:04:05.6788219Z    Compiling yoke-derive v0.8.2
2026-06-16T05:04:05.7007629Z    Compiling tokio-macros v2.7.0
2026-06-16T05:04:05.7032362Z    Compiling futures-macro v0.3.32
2026-06-16T05:04:05.8880939Z    Compiling zerovec-derive v0.11.3
2026-06-16T05:04:06.1517548Z    Compiling displaydoc v0.2.6
2026-06-16T05:04:06.2911724Z    Compiling tracing-attributes v0.1.31
2026-06-16T05:04:06.2966494Z    Compiling thiserror-impl v2.0.18
2026-06-16T05:04:06.3493428Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-16T05:04:06.4025822Z    Compiling zeroize v1.8.2
2026-06-16T05:04:06.4031561Z    Compiling darling_macro v0.20.11
2026-06-16T05:04:06.5782078Z    Compiling derive_more-impl v2.1.1
2026-06-16T05:04:06.5782612Z    Compiling tokio v1.52.3
2026-06-16T05:04:06.7725723Z    Compiling rustls-pki-types v1.14.1
2026-06-16T05:04:06.7821295Z    Compiling futures-util v0.3.32
2026-06-16T05:04:06.9675644Z    Compiling darling v0.20.11
2026-06-16T05:04:07.1119903Z    Compiling windows-interface v0.59.3
2026-06-16T05:04:07.1576811Z    Compiling windows-implement v0.60.2
2026-06-16T05:04:07.1577889Z    Compiling spez v0.1.2
2026-06-16T05:04:07.2293732Z    Compiling n0-error-macros v0.1.3
2026-06-16T05:04:07.3605141Z    Compiling derive_builder_core v0.20.2
2026-06-16T05:04:07.4508204Z    Compiling zerofrom v0.1.8
2026-06-16T05:04:07.5942368Z    Compiling der v0.8.0-rc.10
2026-06-16T05:04:07.7285355Z    Compiling pin-project-internal v1.1.13
2026-06-16T05:04:07.8163168Z    Compiling yoke v0.8.3
2026-06-16T05:04:08.0904002Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-16T05:04:08.1032696Z    Compiling windows-core v0.62.2
2026-06-16T05:04:08.2685240Z    Compiling zerovec v0.11.6
2026-06-16T05:04:08.2759651Z    Compiling zerotrie v0.2.4
2026-06-16T05:04:08.3167390Z    Compiling n0-error v0.1.3
2026-06-16T05:04:08.3426850Z    Compiling cobs v0.3.0
2026-06-16T05:04:08.4411017Z    Compiling proc-macro-crate v3.5.0
2026-06-16T05:04:08.6177839Z    Compiling ed25519-dalek v2.2.0
2026-06-16T05:04:08.6565005Z    Compiling postcard-derive v0.2.2
2026-06-16T05:04:08.6565587Z    Compiling derive_builder_macro v0.20.2
2026-06-16T05:04:08.7753276Z    Compiling spki v0.8.0-rc.4
2026-06-16T05:04:09.0068600Z    Compiling tinystr v0.8.3
2026-06-16T05:04:09.0083707Z    Compiling potential_utf v0.1.5
2026-06-16T05:04:09.0296912Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-16T05:04:09.0297908Z    Compiling spt-proto v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-16T05:04:09.0486934Z    Compiling windows-collections v0.3.2
2026-06-16T05:04:09.0850776Z    Compiling derive_builder v0.20.2
2026-06-16T05:04:09.1618010Z    Compiling icu_collections v2.2.0
2026-06-16T05:04:09.1817714Z    Compiling pin-project v1.1.13
2026-06-16T05:04:09.2542940Z    Compiling icu_locale_core v2.2.0
2026-06-16T05:04:09.3424963Z    Compiling windows-numerics v0.3.1
2026-06-16T05:04:09.3432299Z    Compiling windows-future v0.3.2
2026-06-16T05:04:09.5280657Z    Compiling windows-targets v0.52.6
2026-06-16T05:04:09.6218557Z    Compiling ghash v0.5.1
2026-06-16T05:04:09.6338486Z    Compiling aes v0.8.4
2026-06-16T05:04:09.6382979Z    Compiling ctr v0.9.2
2026-06-16T05:04:09.6391417Z    Compiling sha2 v0.11.0-rc.5
2026-06-16T05:04:09.7247649Z    Compiling fs2 v0.4.3
2026-06-16T05:04:09.7691049Z    Compiling time v0.3.47
2026-06-16T05:04:09.7778737Z    Compiling http-body-util v0.1.3
2026-06-16T05:04:09.8291618Z    Compiling aead v0.5.2
2026-06-16T05:04:09.8738463Z    Compiling futures-executor v0.3.32
2026-06-16T05:04:09.9783373Z    Compiling widestring v1.2.1
2026-06-16T05:04:09.9863706Z    Compiling ipconfig v0.3.4
2026-06-16T05:04:10.0053435Z    Compiling windows v0.62.2
2026-06-16T05:04:10.1034819Z    Compiling futures v0.3.32
2026-06-16T05:04:10.1873831Z    Compiling icu_provider v2.2.0
2026-06-16T05:04:10.2365693Z    Compiling ipnet v2.12.0
2026-06-16T05:04:10.3814320Z    Compiling ed25519 v3.0.0-rc.4
2026-06-16T05:04:10.4765188Z    Compiling icu_normalizer v2.2.0
2026-06-16T05:04:10.6662997Z    Compiling icu_properties v2.2.0
2026-06-16T05:04:10.8714075Z    Compiling once_cell v1.21.4
2026-06-16T05:04:10.9249234Z    Compiling tokio-util v0.7.18
2026-06-16T05:04:10.9558063Z    Compiling prefix-trie v0.8.4
2026-06-16T05:04:11.0149399Z    Compiling postcard v1.1.3
2026-06-16T05:04:11.1098105Z    Compiling tracing-core v0.1.36
2026-06-16T05:04:11.1734049Z    Compiling derive_more v2.1.1
2026-06-16T05:04:11.1772555Z    Compiling tower v0.5.3
2026-06-16T05:04:11.3604918Z    Compiling hashbrown v0.14.5
2026-06-16T05:04:11.5204652Z    Compiling tracing v0.1.44
2026-06-16T05:04:11.5753534Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-16T05:04:11.6839198Z    Compiling chrono v0.4.45
2026-06-16T05:04:11.8195501Z    Compiling aes-gcm v0.10.3
2026-06-16T05:04:11.8709672Z    Compiling windows-sys v0.59.0
2026-06-16T05:04:11.8904856Z    Compiling num_enum_derive v0.7.6
2026-06-16T05:04:11.9592735Z    Compiling h2 v0.4.14
2026-06-16T05:04:11.9909431Z    Compiling idna_adapter v1.2.2
2026-06-16T05:04:12.0474430Z    Compiling hashlink v0.9.1
2026-06-16T05:04:12.0656697Z    Compiling data-encoding-macro v0.1.20
2026-06-16T05:04:12.0751952Z    Compiling enum-assoc v1.3.0
2026-06-16T05:04:12.1897769Z    Compiling idna v1.1.0
2026-06-16T05:04:12.2408539Z    Compiling async-trait v0.1.89
2026-06-16T05:04:12.2680157Z    Compiling strum_macros v0.28.0
2026-06-16T05:04:12.3482795Z    Compiling iroh-metrics-derive v0.4.1
2026-06-16T05:04:12.4437494Z    Compiling rusqlite v0.32.1
2026-06-16T05:04:12.6373067Z    Compiling url v2.5.8
2026-06-16T05:04:12.6443157Z    Compiling crossbeam-channel v0.5.15
2026-06-16T05:04:12.8808371Z    Compiling crossbeam-epoch v0.9.18
2026-06-16T05:04:12.9520987Z    Compiling blake3 v1.8.5
2026-06-16T05:04:13.0519374Z    Compiling windows-registry v0.6.1
2026-06-16T05:04:13.2615903Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-16T05:04:13.3846554Z    Compiling uuid v1.23.2
2026-06-16T05:04:13.4115741Z    Compiling spt-store v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-16T05:04:13.4981334Z    Compiling memoffset v0.6.5
2026-06-16T05:04:13.4981832Z    Compiling noq v0.18.0
2026-06-16T05:04:13.5300005Z    Compiling netwatch v0.16.0
2026-06-16T05:04:13.5654557Z    Compiling acto v0.8.2
2026-06-16T05:04:13.5663526Z    Compiling thiserror v1.0.69
2026-06-16T05:04:13.8323197Z    Compiling foldhash v0.2.0
2026-06-16T05:04:13.8641021Z    Compiling xml-rs v0.8.28
2026-06-16T05:04:13.8753516Z    Compiling lru-slab v0.1.2
2026-06-16T05:04:13.9015930Z    Compiling rustc-hash v2.1.2
2026-06-16T05:04:13.9924162Z    Compiling tagptr v0.2.0
2026-06-16T05:04:14.0127174Z    Compiling identity-hash v0.1.0
2026-06-16T05:04:14.0617520Z    Compiling mac-addr v0.3.0
2026-06-16T05:04:14.0618116Z    Compiling sorted-index-buffer v0.2.1
2026-06-16T05:04:14.0920136Z    Compiling ref-cast v1.0.25
2026-06-16T05:04:14.1674118Z    Compiling moka v0.12.15
2026-06-16T05:04:14.2099558Z    Compiling netdev v0.42.0
2026-06-16T05:04:14.2187805Z    Compiling hashbrown v0.16.1
2026-06-16T05:04:14.4781536Z    Compiling num_enum v0.7.6
2026-06-16T05:04:14.6786496Z    Compiling xmltree v0.10.3
2026-06-16T05:04:14.7842547Z    Compiling iroh-base v0.98.0
2026-06-16T05:04:14.9181808Z    Compiling tower-http v0.6.11
2026-06-16T05:04:14.9182303Z    Compiling strum v0.28.0
2026-06-16T05:04:14.9599845Z    Compiling attohttpc v0.30.1
2026-06-16T05:04:14.9915368Z    Compiling iroh-metrics v0.38.3
2026-06-16T05:04:15.0452966Z    Compiling iroh-relay v0.98.0
2026-06-16T05:04:15.1511609Z    Compiling n0-watcher v0.6.1
2026-06-16T05:04:15.1604584Z    Compiling tokio-stream v0.1.18
2026-06-16T05:04:15.2012465Z    Compiling serde_spanned v0.6.9
2026-06-16T05:04:15.3997102Z    Compiling toml_datetime v0.6.11
2026-06-16T05:04:15.4884804Z    Compiling thiserror-impl v1.0.69
2026-06-16T05:04:15.5050857Z    Compiling ref-cast-impl v1.0.25
2026-06-16T05:04:15.6144683Z    Compiling spt-msg v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-16T05:04:15.6937041Z    Compiling serde_derive_internals v0.29.1
2026-06-16T05:04:15.7439632Z    Compiling simple-dns v0.9.3
2026-06-16T05:04:15.8206091Z    Compiling serial-core v0.4.0
2026-06-16T05:04:16.0211843Z    Compiling hyper v1.10.1
2026-06-16T05:04:16.0674390Z    Compiling aho-corasick v1.1.4
2026-06-16T05:04:16.2561262Z    Compiling winnow v0.7.15
2026-06-16T05:04:16.2789754Z    Compiling sha1_smol v1.0.1
2026-06-16T05:04:16.3809444Z    Compiling regex-syntax v0.8.10
2026-06-16T05:04:16.4067787Z    Compiling smol_str v0.1.24
2026-06-16T05:04:16.6398502Z    Compiling toml_write v0.1.2
2026-06-16T05:04:16.7482559Z    Compiling arrayvec v0.7.6
2026-06-16T05:04:16.9428196Z    Compiling arrayref v0.3.9
2026-06-16T05:04:16.9538765Z    Compiling winreg v0.10.1
2026-06-16T05:04:16.9765596Z    Compiling constant_time_eq v0.4.2
2026-06-16T05:04:17.0527984Z    Compiling simdutf8 v0.1.5
2026-06-16T05:04:17.0625702Z    Compiling resolv-conf v0.7.6
2026-06-16T05:04:17.0790016Z    Compiling schemars_derive v1.2.1
2026-06-16T05:04:17.2923699Z    Compiling iroh-dns v0.98.0
2026-06-16T05:04:17.4288885Z    Compiling hyper-util v0.1.20
2026-06-16T05:04:18.0304766Z    Compiling serial-windows v0.4.0
2026-06-16T05:04:18.0305227Z    Compiling lru v0.16.4
2026-06-16T05:04:18.2189172Z    Compiling toml_edit v0.22.27
2026-06-16T05:04:18.2927512Z    Compiling regex-automata v0.4.14
2026-06-16T05:04:18.3178815Z    Compiling webpki-roots v1.0.7
2026-06-16T05:04:18.3719554Z    Compiling seize v0.5.1
2026-06-16T05:04:18.4080249Z    Compiling darling_core v0.23.0
2026-06-16T05:04:18.4554924Z    Compiling serde_bytes v0.11.19
2026-06-16T05:04:18.4811505Z    Compiling hmac v0.12.1
2026-06-16T05:04:18.5715980Z    Compiling iroh v0.98.2
2026-06-16T05:04:18.6729945Z    Compiling bitflags v1.3.2
2026-06-16T05:04:18.7728162Z    Compiling anstyle v1.0.14
2026-06-16T05:04:18.8226624Z    Compiling cmov v0.5.4
2026-06-16T05:04:18.8554045Z    Compiling once_cell_polyfill v1.70.2
2026-06-16T05:04:18.9044958Z    Compiling igd-next v0.17.1
2026-06-16T05:04:18.9131906Z    Compiling pin-utils v0.1.0
2026-06-16T05:04:18.9995480Z    Compiling utf8parse v0.2.2
2026-06-16T05:04:19.0330525Z    Compiling lazy_static v1.5.0
2026-06-16T05:04:19.0331175Z    Compiling dyn-clone v1.0.20
2026-06-16T05:04:19.1079971Z    Compiling shared_library v0.1.9
2026-06-16T05:04:19.1348332Z    Compiling schemars v1.2.1
2026-06-16T05:04:19.1790703Z    Compiling anstyle-parse v1.0.0
2026-06-16T05:04:19.1791182Z    Compiling ctutils v0.4.2
2026-06-16T05:04:19.1823324Z    Compiling anstyle-wincon v3.0.11
2026-06-16T05:04:19.2455452Z    Compiling nix v0.25.1
2026-06-16T05:04:19.3547212Z    Compiling hkdf v0.12.4
2026-06-16T05:04:19.4859766Z    Compiling papaya v0.2.4
2026-06-16T05:04:19.4860308Z    Compiling serial v0.4.0
2026-06-16T05:04:19.5090653Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-16T05:04:19.6027917Z    Compiling filedescriptor v0.8.3
2026-06-16T05:04:19.6301446Z    Compiling backon v1.6.0
2026-06-16T05:04:19.6902849Z    Compiling anstyle-query v1.1.5
2026-06-16T05:04:19.9213508Z    Compiling colorchoice v1.0.5
2026-06-16T05:04:19.9323666Z    Compiling foldhash v0.1.5
2026-06-16T05:04:19.9653597Z    Compiling downcast-rs v1.2.1
2026-06-16T05:04:20.0447428Z    Compiling is_terminal_polyfill v1.70.2
2026-06-16T05:04:20.0456162Z    Compiling paste v1.0.15
2026-06-16T05:04:20.0885562Z    Compiling shell-words v1.1.1
2026-06-16T05:04:20.1161461Z    Compiling instability v0.3.12
2026-06-16T05:04:20.1317978Z    Compiling anstream v1.0.0
2026-06-16T05:04:20.1573531Z    Compiling hashbrown v0.15.5
2026-06-16T05:04:20.1616568Z    Compiling spake2 v0.4.0
2026-06-16T05:04:20.3432903Z    Compiling wmi v0.18.4
2026-06-16T05:04:20.4093559Z    Compiling regex v1.12.3
2026-06-16T05:04:20.4094209Z    Compiling toml v0.8.23
2026-06-16T05:04:20.6486257Z    Compiling portable-pty v0.8.1
2026-06-16T05:04:20.6806690Z    Compiling strum_macros v0.26.4
2026-06-16T05:04:20.7862173Z    Compiling terminal_size v0.4.4
2026-06-16T05:04:20.8982456Z    Compiling spt-runtime v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-16T05:04:20.9991359Z    Compiling crossterm_winapi v0.9.1
2026-06-16T05:04:21.1033196Z    Compiling itertools v0.13.0
2026-06-16T05:04:21.5417112Z    Compiling sha1 v0.10.6
2026-06-16T05:04:21.8890753Z    Compiling castaway v0.2.4
2026-06-16T05:04:21.9455054Z    Compiling indoc v2.0.7
2026-06-16T05:04:22.0258448Z    Compiling recvmsg v1.0.0
2026-06-16T05:04:22.1259064Z    Compiling darling_macro v0.23.0
2026-06-16T05:04:22.2052809Z    Compiling clap_lex v1.1.0
2026-06-16T05:04:22.4268153Z    Compiling portmapper v0.16.0
2026-06-16T05:04:22.4944988Z    Compiling static_assertions v1.1.0
2026-06-16T05:04:22.5630172Z    Compiling unicode-width v0.1.14
2026-06-16T05:04:22.5804829Z    Compiling doctest-file v1.1.1
2026-06-16T05:04:22.6006915Z    Compiling darling v0.23.0
2026-06-16T05:04:22.6120300Z    Compiling compact_str v0.8.2
2026-06-16T05:04:22.7265150Z    Compiling clap_builder v4.6.0
2026-06-16T05:04:22.8721186Z    Compiling unicode-truncate v1.1.0
2026-06-16T05:04:22.9678743Z    Compiling strum v0.26.3
2026-06-16T05:04:23.0728967Z    Compiling spt-live v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-16T05:04:23.1762994Z    Compiling crossterm v0.28.1
2026-06-16T05:04:23.2408377Z    Compiling interprocess v2.4.2
2026-06-16T05:04:23.5612411Z    Compiling spt-term v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-16T05:04:23.6898665Z    Compiling lru v0.12.5
2026-06-16T05:04:23.8886743Z    Compiling clap_derive v4.6.1
2026-06-16T05:04:23.9297127Z    Compiling unicode-width v0.2.0
2026-06-16T05:04:24.0269588Z    Compiling cassowary v0.3.0
2026-06-16T05:04:24.2171088Z    Compiling nucleo-matcher v0.3.1
2026-06-16T05:04:24.2583055Z    Compiling ratatui v0.29.0
2026-06-16T05:04:24.5474910Z    Compiling qrcode v0.14.1
2026-06-16T05:04:24.7846042Z    Compiling tempfile v3.27.0
2026-06-16T05:04:25.9843429Z    Compiling clap v4.6.1
2026-06-16T05:04:38.5704639Z    Compiling rustls-webpki v0.103.13
2026-06-16T05:04:40.9164353Z    Compiling tokio-rustls v0.26.4
2026-06-16T05:04:40.9164910Z    Compiling noq-proto v0.17.0
2026-06-16T05:04:40.9165348Z    Compiling rustls-platform-verifier v0.7.0
2026-06-16T05:04:41.0597043Z    Compiling hyper-rustls v0.27.9
2026-06-16T05:04:41.0597491Z    Compiling hickory-net v0.26.0-beta.4
2026-06-16T05:04:41.0597855Z    Compiling tokio-websockets v0.13.2
2026-06-16T05:04:41.2181961Z    Compiling reqwest v0.13.4
2026-06-16T05:04:42.2350214Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-16T05:04:59.0023594Z    Compiling spt-net v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-16T05:05:00.3965856Z    Compiling spt-daemon v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-16T05:05:08.8508189Z    Compiling spt v0.7.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-16T05:05:15.9884977Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 19s
2026-06-16T05:05:16.0101904Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-c040a9f38dffd128.exe)
2026-06-16T05:05:16.0549092Z 
2026-06-16T05:05:16.0549546Z running 1 test
2026-06-16T05:05:23.2069506Z test new_brain_serves_against_old_broker ... ok
2026-06-16T05:05:23.2069758Z 
2026-06-16T05:05:23.2069932Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.15s
2026-06-16T05:05:23.2070178Z 
